home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 02 / 5 / DISK0254.ZIP / HELPPCJR / SECNDRY / PRINT.HLP < prev    next >
Text File  |  1984-09-05  |  3KB  |  47 lines

  1. The PRINT command allows you to print one or more files from disk while you use
  2. the computer for other work.  With PCjr all keystrokes are ignored when the
  3. disk drive is active so you may end up waiting anyway.  Up to ten files may be
  4. placed on a list (or queue) to be printed, and these entries may be added and
  5. deleted as the printing is being performed by DOS.  The command format is:
  6.  
  7.       PRINT [[d:][filename[.ext]][/T][/C][/P] ...]
  8.  
  9. Many filenames and options may be entered in one command.  Global filename
  10. characters "*" and "?" may be used in the filename and extension (see the help
  11. file GLOBALS for details).  Only files in the current directory may be added to
  12. the print queue, however once the file has been added to the queue the current
  13. directory may be changed.  The disk containing the file must remain in the
  14. drive until the file is printed.
  15.  
  16. The PRINT command may be entered with no parameters to display the filenames
  17. currently in the print queue and their status.
  18.  
  19. The following options are available:
  20. /T  - Terminate all printing.  All filenames are removed from the print queue,
  21.       the file currently being printed stops, the paper is advanced to the next
  22.       page and the printer alarm sounds.  Any other options or filenames on the
  23.       command line are ignored.
  24. /C  - The filename preceding this option and all others following it until a
  25.       /P option is found are cancelled (removed) from the print queue.  If the
  26.       file currently being printed is cancelled, the printing for this file
  27.       stops, the paper advances to the next page, and the next file in the
  28.       queue starts printing.
  29.  
  30. /P  - The filename preceding this option and all others following it until a
  31.       /C option is found are added to the print queue.  If no options are
  32.       specified on the command line, this option is assumed.
  33.  
  34. The first time the PRINT command is invoked after the system is started, a
  35. prompt asks you which device to print on.  Pressing the Enter key automatically
  36. selects the printer, however other system devices may be selected.  For
  37. information about the devices in the system see the help file DEVICES.
  38.  
  39. Examples:
  40.  
  41. PRINT *.DOC/P  - Print all the files with extension .DOC.  The /P option could
  42.                  be omitted.
  43.  
  44. PRINT *.DOC/C HELP.ME/P  - Remove all the files with extension .DOC.  Add the
  45.                            file HELP.ME (the /P is necessary here to cancel the
  46.                            /C option).
  47.